Northwoods.GoSilverlight 1.3.5 Assembly
GraphLinksModelLinkData<NodeKey,PortKey> Class Members
See Also  Properties  Methods  Events Send Feedback
Northwoods.GoXam.Model Namespace : GraphLinksModelLinkData<NodeKey,PortKey> Class


The following tables list the members exposed by GraphLinksModelLinkData<NodeKey,PortKey>.

Public Constructors

Public Properties

 NameDescription
public PropertyCategoryGets or sets a String that names the category to which the link data belongs.  
public PropertyFrom Gets or sets the key value of the node from which this link comes.  
public PropertyFromPortGets or sets the optional parameter information for the From node's port.  
public PropertyLabelNode Gets or sets the key value of the node to which this link goes.  
public PropertyPointsGets or sets a collection of Points used to define the path of the link.  
public PropertyText Gets or sets a string that can be used for a text label on a link.  
public PropertyTo Gets or sets the key value of the node to which this link goes.  
public PropertyToPortGets or sets the optional parameter information for the To node's port.  
Top

Public Methods

 NameDescription
public MethodChangeDataValueThis method implements the IChangeDataValue interface, used to perform state changes for undo and redo.  
public MethodCloneCreate a copy of this data; this implements the ICloneable interface.  
public MethodLoadFromXElementInitialize this link data with data held in a Linq for XML XElement.  
public MethodMakeXElementConstructs a Linq for XML XElement holding the data of this link.  
public MethodOnPropertyChangedRaise the PropertyChanged event.  
public MethodToStringFor debugging, use the From and To properties as this object's default text rendering.  
Top

Protected Methods

 NameDescription
protected MethodConvertNodeKeyToStringConvert a NodeKey key value to a string.  
protected MethodConvertPortKeyToStringConvert a PortKey key value to a string.  
protected MethodConvertStringToNodeKeyConvert a string to a NodeKey key value.  
protected MethodConvertStringToPortKeyConvert a string to a PortKey key value.  
protected MethodRaisePropertyChangedCall this method from property setters to raise the PropertyChanged event.  
Top

Public Events

 NameDescription
public EventPropertyChangedThis event implements the System.ComponentModel.INotifyPropertyChanged interface, so that both the model and the dependency object system can be informed of changes to property values.  
Top

See Also

© 2012 All Rights Reserved.